home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / gfx / fract / fu1_61.lha / Formulas / Sinline-Broken.Form < prev    next >
Text File  |  1994-05-12  |  252b  |  32 lines

  1. Sinline-Broken
  2. {
  3.     {
  4.         x1=-2.0
  5.         x2= 2.0
  6.         y1=-2.0
  7.         y2= 2.0
  8.     }
  9.     {
  10.         t=sin(pixel)
  11.         t=tan(t)
  12.         t=log(t)
  13.         pixel=[1.0,0.0]/t
  14.         c=pixel
  15.         z=pixel
  16.     }
  17.     {
  18.         z=z*z
  19.         z=z+c
  20.         w=sin(z)
  21.         t=cos(w)
  22.         s=tan(w)
  23.         r=t*s
  24.     }
  25.     {
  26.         w>r
  27.     }
  28.     {
  29.        Use Decomp Outside
  30.     }
  31. }
  32.